<         ( l e s s - t h a n   s i g n ) = & l t ; 
 
 >         ( g r e a t e r - t h a n   s i g n ) = & g t ; 
 
          ( n o t   s i g n ) = & n o t ; 
 
          ( p l u s - m i n u s   s i g n ) = & p l u s m n ; 
 
          ( m u l t i p l i c a t i o n   s i g n ) = & t i m e s ; 
 
          ( d i v i s i o n   s i g n ) = & d i v i d e ; 
 
 "        ( m i n u s   s i g n ) = & m i n u s ; 
 
          ( d e g r e e   s y m b o l ) = & d e g ; 
 
          ( f e m i n i n e   o r d i n a l   i n d i c a t o r ) = & o r d f ; 
 
          ( s u p e r s c r i p t   o n e ) = & s u p 1 ; 
 
          ( s u p e r s c r i p t   t w o ) = & s u p 2 ; 
 
          ( s u p e r s c r i p t   t h r e e ) = & s u p 3 ; 
 
          ( m i c r o   s i g n ) = & m i c r o ; 
 
          ( v u l g a r   f r a c t i o n   o n e   q u a r t e r ) = & f r a c 1 4 ; 
 
          ( v u l g a r   f r a c t i o n   o n e   h a l f ) = & f r a c 1 2 ; 
 
          ( v u l g a r   f r a c t i o n   t h r e e   q u a r t e r s ) = & f r a c 3 4 ; 
 
 0         ( p e r   m i l l e   s i g n ) = & p e r m i l ; 
 
 D         ( f r a c t i o n   s l a s h ) = & f r a s l ; 
 
  "        ( f o r   a l l ) = & f o r a l l ; 
 
 "        ( p a r t i a l   d i f f e r e n t i a l ) = & p a r t ; 
 
 "        ( t h e r e   e x i s t s ) = & e x i s t ; 
 
 "        ( e m p t y   s e t ) = & e m p t y ; 
 
 "        ( n a b l a ) = & n a b l a ; 
 
 "        ( e l e m e n t   o f ) = & i s i n ; 
 
 	"        ( n o t   a n   e l e m e n t   o f ) = & n o t i n ; 
 
 "        ( c o n t a i n s   a s   m e m b e r ) = & n i ; 
 
 "        ( n - a r y   p r o d u c t ) = & p r o d ; 
 
 "        ( n - a r y   s u m m a t i o n ) = & s u m ; 
 
 "        ( a s t e r i s k   o p e r a t o r ) = & l o w a s t ; 
 
 "        ( s q u a r e   r o o t ) = & r a d i c ; 
 
 "        ( p r o p o r t i o n a l   t o ) = & p r o p ; 
 
 "        ( i n f i n i t y ) = & i n f i n ; 
 
  "        ( a n g l e ) = & a n g ; 
 
 '"        ( l o g i c a l   a n d ) = & a n d ; 
 
 ("        ( l o g i c a l   o r ) = & o r ; 
 
 )"        ( i n t e r s e c t i o n ) = & c a p ; 
 
 *"        ( u n i o n ) = & c u p ; 
 
 +"        ( i n t e g r a l ) = & i n t ; 
 
 4"        ( t h e r e f o r e   s i g n ) = & t h e r e 4 ; 
 
 <"        ( t i l d e   o p e r a t o r ) = & s i m ; 
 
 E"        ( c o n g r u e n t   t o ) = & c o n g ; 
 
 H"        ( a l m o s t   e q u a l   t o ) = & a s y m p ; 
 
 `"        ( n o t   e q u a l   t o ) = & n e ; 
 
 a"        ( i d e n t i c a l   t o ) = & e q u i v ; 
 
 d"        ( l e s s - t h a n   o r   e q u a l   t o ) = & l e ; 
 
 e"        ( g r e a t e r - t h a n   o r   e q u a l   t o ) = & g e ; 
 
 "        ( s u b s e t   o f ) = & s u b ; 
 
 "        ( s u p e r s e t   o f ) = & s u p ; 
 
 "        ( n o t   a   s u b s e t   o f ) = & n s u b ; 
 
 "        ( s u b s e t   o f   o r   e q u a l   t o ) = & s u b e ; 
 
 "        ( s u p e r s e t   o f   o r   e q u a l   t o ) = & s u p e ; 
 
 "        ( c i r c l e d   p l u s ) = & o p l u s ; 
 
 "        ( c i r c l e d   t i m e s ) = & o t i m e s ; 
 
 "        ( u p   t a c k ) = & p e r p ; 
 
 "        ( d o t   o p e r a t o r ) = & s d o t ; 